Skip to content

Conversation

@wutschel
Copy link
Collaborator

Description

This PR applies two main changes:

Introduce updateServerCellStatus

The new method updateServerCellStatus updates the server list cell's connection status icon only. This allows to reduce the amount of releadData calls, which was before used to do this.

Introduce noFoundLabel

The UILabel noFoundLabel is used to signal an empty server list. It is faded in/out depending on the state of the list. This allows to remove the former solution which based on a dummy cell.

Other smaller changer were related to coding styles and minor refactoring.

Summary for release notes

Improvement: Using UILabel to signal "No saved hosts found" instead of creating a dummy cell
Improvement: Avoid calling reloadData by only updating connection status icon when needed
Maintenance: Coding styles and minor refactoring

@wutschel wutschel mentioned this pull request Jan 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant